home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / webpost / wpsdk.exe / RCDATA / CABINET / READMEWP.TXT < prev    next >
Text File  |  1996-06-04  |  669b  |  18 lines

  1. This is sample application showing the usage of WebPost APIs.
  2.  
  3. You should run the webpost.exe to install the webpost components before 
  4. using this sample code. If you have the INetSDK, the webpost.exe can be 
  5. found in the bin directory under the directory of INetSDK.
  6.  
  7. Usage:
  8.     wbpost    -?        : usage
  9.     wbpost -l        : list sites
  10.     wbpost             : call the wizard
  11.     wbpost filename        : call the wizard, with filename chosen
  12.     wbpost -s site filename    : post filename to site
  13.  
  14. This example demonstrates calling WpPost() for the simple usage
  15. as well as calling WpBindToSite() to get a pointer to the provider
  16. interface and calling the functions in the web post provider.
  17.  
  18.